.navbar-brand img {
    margin-top: -20px;
}

.contact_1 a {
    color: #fff;
}

.branch-address a {
    color: #fff;
    text-decoration: none;
}

.butt {
    margin-bottom: 0px;
    border-color: none;
    padding: 10px 0;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #2c2c2e;
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #b2de4d;
}

.carousel-indicators .active {
    background-color: #96359c;
}

.inputbox {
    padding: 20px;
    position: absolute;
    z-index: 999;
    background-color: white;
    box-shadow: 17px 11px 2px 0px rgba(207, 207, 207, 1);
    top: 95%;
    left: 365px;
}

#bannerbox {
    position: relative;
}

.aboutcon span {
    width: 20px;
    background-color: black;
}

.aboutcon {
    background-color: #f9f9f9;
}

.aboutcon h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 50px;
}

.headingcon {
    text-align: center;
}

.iconbg {
    background-color: #f4f5f7;
    padding: 15px;
    border-radius: 50%;
    margin-top: 40px;
}

.facilitybg {
    padding: 15px;
    border-radius: 50%;
}

.aboutcon .row {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.facility .col-md-12 {
    margin-top: 15px;
}

.facilityimg img {
    margin: 0 auto;
}

.facility {
    margin-top: 50px;
}

.testbg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
}

#carousel {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #25b1ba;
    color: #fff;
}

.quote {
    color: rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 30px;
}


/*-------------------------------*/


/*    Carousel Fade Transition   */


/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #e84a64;
    border: none;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    overflow: hidden;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.sharing {
    margin-top: 10px;
}

.roomhead {
    text-align: center;
    margin: 30px 0px;
}

#contact {
    background-color: #212121;
    color: white;
}

.inputform {
    margin-top: 20px;
}

.inputform .form-control {
    border-radius: 0;
    border: none;
    background: none;
    border: none;
    border-bottom: solid 2px white;
}

.btn-default {
    color: #fff;
    background-color: #b2de4d;
    border-radius: 0px;
    padding: 10px 40px;
}

#contact {
    padding-top: 20px;
}

#copy_details {
    background-color: #303030;
    color: #a0a0a0;
    padding: 15px 0;
}

#copy_details .fa {
    margin-left: 15px;
}

.glip {
    float: right;
}

.social_icon .fa {
    padding-right: 10px;
}

.contactinfo {
    margin-top: 30px;
    margin-bottom: 30px;
}

#facilities_box {
    padding: 50px 0px;
}

#facilities_box .col-md-12 {
    margin-bottom: 30px;
}

#facilities_box h2 {
    text-transform: uppercase;
}

#facilities_box .facilityheading {
    margin-top: 130px;
}

#about_con {
    padding: 40px 0;
}

.facilityimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

#room_list.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

#room_list.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

#room_list.roomhead {
    text-align: center;
    margin: 30px 0px;
}

.branch_condent {
    background-color: #f7f7f7;
    padding-top: 50px;
}

.submitbox {
    color: white;
    background-color: #b2dd4c;
    text-align: center;
    padding: 95px 0px;
}

#branches {
    margin-top: 20px;
    margin-bottom: 20px;
}

.holebg {
    background-color: #f7f7f7;
}


/*Sinde Animation*/

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.slideanimleft {
    visibility: hidden;
}

.slideleft {
    animation-name: slideleft;
    -webkit-animation-name: slideleft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slideleft {
    0% {
        opacity: 0;
        transform: translateX(70%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

.slideanimright {
    visibility: hidden;
}

.slideright {
    animation-name: slideright;
    -webkit-animation-name: slideright;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slideright {
    0% {
        opacity: 0;
        transform: translateX(-70%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideright {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media only screen and (max-width: 992px) and (min-width: 500px) {
    .iconbg {
        width: 10%;
    }
}

@media only screen and (max-width: 499px) {
    .iconbg {
        width: 20%;
    }
}

.aboutcon p {
    text-align: justify;
}